home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / windows / win31 / cenviw.arj / ICONS.CMM < prev    next >
Text File  |  1994-03-08  |  268b  |  8 lines

  1. // Icons.cmm - Tiny Cmm sample file that calls PostMessage() in the
  2. // ver.1       Windows User DLL (via Message.lib) to tell all windows
  3. //             to minimize (iconasize).
  4.  
  5. #include "Message.lib"
  6.  
  7. PostMessage(HWND_BROADCAST,WM_SYSCOMMAND,SC_MINIMIZE,0);
  8.